You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But nothing is added to my packages either in VisualStudio or in my file directory, and nothing is added to package.json.
If I add the package to package.json myself, the package shows up as (missing) I then select "Install Missing npm Packages"
I get the following errors:
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
npm ERR! install Couldn't read dependencies
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v0.12.3
npm ERR! npm v2.9.1
npm ERR! path C:\Windows\package.json
npm ERR! code ENOPACKAGEJSON
npm ERR! errno -4058
npm ERR! package.json ENOENT, open 'C:\Windows\package.json'
npm ERR! package.json This is most likely not a problem with npm itself.
npm ERR! package.json npm can't find a package.json file in your current directory.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Windows\npm-debug.log
====npm command completed with exit code -4058====
If I select the individual missing package and select "Install Missing npm Package" I get the same behavior as installing above, where it seems to work but the package remains (missing) and no data is actually added to the filesystem.
The text was updated successfully, but these errors were encountered:
What's the full path to your project and project files? It looks like the project folder location itself is exceeding max_path (#69), so the install command was instead started in the windows directory.
Also what happens if you run .npm install <somepackage> from the Interactive window?
If I select "Install New npm Packages" search for a package and click "Install" it acts as if everything is working properly.
But nothing is added to my packages either in VisualStudio or in my file directory, and nothing is added to package.json.
If I add the package to package.json myself, the package shows up as (missing) I then select "Install Missing npm Packages"
I get the following errors:
If I select the individual missing package and select "Install Missing npm Package" I get the same behavior as installing above, where it seems to work but the package remains (missing) and no data is actually added to the filesystem.
The text was updated successfully, but these errors were encountered: