npm ERR! explore It doesn't look like nodejs-extensions is installed #147
Replies: 5 comments 8 replies
-
Just to rule out things, can you build the [Lombiq's Open-Source Orchard Core Extensions repo? Be sure to adhere to this: https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions#:~:text=Since%20the%20extensions%20are%20included%20as%20git%20submodules and this: https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions#prerequisites |
Beta Was this translation helpful? Give feedback.
-
The "npm ERR! explore It doesn't look like nodejs-extensions is installed" error occurs because your project is missing or improperly installed a Node.js package called nodejs-extensions. To resolve this navigate to your project directory, open a command prompt and run the command "npm install nodejs-extensions" to install the missing package. This may help resolve the error. |
Beta Was this translation helpful? Give feedback.
-
Thank @Piedone & @Aysenur-Erkin for your helpful response!
The above "in quote" is in a wrong way of thinking. The NodeJs-Extensions does make itself as "nodejs-extensions" package
but because of a wrong configuration (unknown) causes the issue. Your inputs are really welcome. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi All, Finally I have the Lombiq.NodeJs.Extensions.Samples build successfully. |
Beta Was this translation helpful? Give feedback.
-
Yeah, that is a really neat update ;)
…On Tue, Oct 10, 2023 at 5:05 AM Zoltán Lehóczky ***@***.***> wrote:
How does this sound?
https://github.com/Lombiq/NodeJs-Extensions/blob/dev/Readme.md#as-a-git-submodule:~:text=in%20that%20case%20you%27ll%20need%20to%20adjust%20the%20paths
—
Reply to this email directly, view it on GitHub
<#147 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXI6NMJ2PE4KSFIHXRP4VDX6RYJDAVCNFSM6AAAAAA5TTTFHKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TEMZUG42DQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
I am now facing this error "npm ERR! explore It doesn't look like nodejs-extensions is installed" when try executing the "build" task in Lombiq.NodeJs.Extensions.Samples
I have configured Lombiq.NodeJs.Extensions.Samples follow As a Git submodule then trying execute the build task through the Task Runner Explorer.
What Target, variable should I check to overcome this error?
Please help!
Beta Was this translation helpful? Give feedback.
All reactions