未处理的拒绝错误:创建Nativescript项目时ENOENT

时间:2017-10-29 01:26:57

标签: angularjs node.js nativescript

我一直在关注Nativescript教程here,但我一直在创建教程项目时遇到问题。我运行了y,确认我的环境设置正确,但在尝试创建项目时,我仍然遇到了一个模糊的错误。任何帮助表示赞赏

以下是我遇到的两个错误:

1。)tns doctor

2。)Unhandled rejection Error: ENOENT: no such file or directory, stat 'C:\Users\Nate\AppData\Roaming\npm-cache\_cacache\content-v2\sha512\ee\97\12f9f20988b7890bc5d892b6 f3d12771c88f9ede06c3361e81ad827bea4ddd31e5738f7723ea129e5bf110019f28f9d8d5b7670e3b68d395893e88258282'

这是截图(有关更多背景信息) enter image description here

2 个答案:

答案 0 :(得分:2)

看起来你的npm缓存中有些东西可能已损坏。你可以尝试:

npm cache clean

npm cache verify

我认为验证只在npm 5 +。

答案 1 :(得分:0)

您可以尝试以下步骤:

npm uninstall nativescript 
npm cache clean
npm install -g nativescript

然后

tns create HelloWorld --template nativescript-template-ng-tutorial