gpt4 book ai didi

node.js - 创建 react 应用程序+ Visual Studio + F5 = "Unexpected token import"

转载 作者:太空宇宙 更新时间:2023-11-04 03:27:44 25 4
gpt4 key购买 nike

在这里 react 新手。如何使 Visual Studio 2017 能够运行(通过 F5)由create-react-app创建的react.js应用程序?以下是我到目前为止所遵循的步骤:

  • npm install -g create-react-app
  • create-react-app my-app
  • 在带有 Node.js 工具 (1.3.41102.00) 的 Visual Studio 2016 RC (5.0.26206.0 D15REL) 中,我使用“来自现有代码”选项创建了一个 node.js 项目。
  • 我将启动文件设置为 src/index.js
  • F5

我收到此错误:

Debugger listening on port 5858
H:\dev\XXXXXX\src\index.js:1
(function (exports, require, module, __filename, __dirname) { import React from 'react';
^^^^^^

SyntaxError: Unexpected token import
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:373:25)
at Object.Module._extensions..js (module.js:404:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.runMain [as _onTimeout] (module.js:429:10)
at Timer.listOnTimeout (timers.js:92:15)
Press any key to continue...

npm start 工作正常。我假设我需要指示 Visual Studio 执行 npm start 或复制 npm start 正在执行的操作。我确信我不是第一个尝试这个的人。推荐的解决方案是什么?

最佳答案

游戏有点晚了,但我在 Visual Studio 2017 中使用 Angular 和 .net 的项目中遇到了类似的错误。我通过 giong 修复了它:工具 -> 项目和解决方案 -> Web 包管理 -> 外部 Web 工具

并将 Path 变量按顺序向上移动。看图片

visual studio

关于node.js - 创建 react 应用程序+ Visual Studio + F5 = "Unexpected token import",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42465318/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com