NPM目录数据启动时出现意外的JSON令牌 - Visual Studio 2017中的NodeJ

问题描述 投票:1回答:1

我是NodeJs的新手,并尝试使用“Blank NodeJs Web应用程序”使用Visual Studio 2017构建应用程序

现在我需要使用VS添加gulp但是它给了我一个错误,如下所述,enter image description here

并在输出控制台中,发生以下错误

       Newtonsoft.Json.JsonException: Unexpected JSON token at start of NPM catalog data
   at Microsoft.NodejsTools.Npm.SPI.NpmGetCatalogCommand.<>c__DisplayClass6_0.<ParseResultsAndAddToDatabase>b__0()
   at SQLite.SQLiteConnection.RunInTransaction(Action action)
   at Microsoft.NodejsTools.Npm.SPI.NpmGetCatalogCommand.ParseResultsAndAddToDatabase(TextReader reader, String dbFilename, String registryUrl)
   at Microsoft.NodejsTools.Npm.SPI.NpmGetCatalogCommand.<>c__DisplayClass23_2.<ExecuteAsync>b__2()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
node.js gulp visual-studio-2017
1个回答
0
投票

我尝试重新安装VS和其他必需的工具,它工作

© www.soinside.com 2019 - 2024. All rights reserved.