我已经通过源代码编译在Ubuntu 11.10 x64上安装了最新的Node.js(0.8.15).
./configure --dest-cpu=x64 make sudo make install
一切都很好,Node.js工作正常,但是npm不想正常工作.它为任何npm命令提供以下错误
Error: Cannot find module 'proto-list'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:362:17)
at require (module.js:378:17)
at Object. (/usr/local/lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/index.js:2:17)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:362:17)
顺便说一句,我定期更新我的Node.js,我以前的版本是Node.js 0.8.12,其中npm工作正常.有谁知道如何解决这种情况?或者我做错了什么?
先感谢您
在我的 Win10 更新之后,嵌入到 VS2019 (16.4.5) 中的 AzureStorageEmulator (5.10.0.0) 无法启动。我试图单独启动它,但同样的问题
AzureStorageEmulator.exe start -inprocess
Windows Azure Storage Emulator 5.10.0.0 command line tool
Service Status: Blob http://127.0.0.1:10000/ False
The network location cannot be reached. For information about network troubleshooting, see Windows Help
Error: Unable to start the storage emulator.
Run Code Online (Sandbox Code Playgroud)
除了初始化 AzureStorage 我还尝试过
AzureStorageEmulator.exe init
Windows Azure Storage Emulator 5.10.0.0 command line tool
Found SQL Instance (localdb)\MSSQLLocalDB.
Creating database AzureStorageEmulatorDb510 on SQL instance '(localdb)\MSSQLLocalDB'.
Granting database access to user EVN-TEAMVIEWER\simon.hunanyan.
Database access for user …Run Code Online (Sandbox Code Playgroud)