Giter Club home page Giter Club logo

Comments (11)

kuiniela avatar kuiniela commented on June 9, 2024

碰到同样问题

from syntax-parser.

mumiao avatar mumiao commented on June 9, 2024

碰到同样问题

目前pri这个脚手架也没有在devDependies里面,需要npx pri去download,下载完去执行start还会有问题

from syntax-parser.

mumiao avatar mumiao commented on June 9, 2024

pnpm start脚本运行也有问题

from syntax-parser.

kuiniela avatar kuiniela commented on June 9, 2024

当前pri这个脚手架也没有在devDependies里面,需要npx pri去下载,下载完成去执行start还会有问题

是的,执行npm run start时候,我碰到了这个问题
`\node_modules.bin\pri:2
basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')")
^^^^^^^

SyntaxError: missing ) after argument list
at Object.compileFunction (vm.js:344:18)
at wrapSafe (internal/modules/cjs/loader.js:1106:15)
at Module._compile (internal/modules/cjs/loader.js:1140:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1196:10)
at Module.load (internal/modules/cjs/loader.js:1040:32)
at Function.Module._load (internal/modules/cjs/loader.js:929:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
at internal/main/run_main_module.js:17:47
npm ERR! code ELIFECYCLE
npm ERR! errno 1`

我还尝试了发布的1.0.15版本,其中有docs脚本,但是也会提示,并找不到错误原因

npm ERR! code ELIFECYCLE npm ERR! errno 1

心累

from syntax-parser.

mumiao avatar mumiao commented on June 9, 2024

当前pri这个脚手架也没有在devDependies里面,需要npx pri去下载,下载完成去执行start还会有问题

是的,执行npm run start时候,我碰到了这个问题 `\node_modules.bin\pri:2 basedir=$(dirname "$(echo "$0" | sed -e 's,,/,g')") ^^^^^^^

SyntaxError: missing ) after argument list at Object.compileFunction (vm.js:344:18) at wrapSafe (internal/modules/cjs/loader.js:1106:15) at Module._compile (internal/modules/cjs/loader.js:1140:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1196:10) at Module.load (internal/modules/cjs/loader.js:1040:32) at Function.Module._load (internal/modules/cjs/loader.js:929:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) at internal/main/run_main_module.js:17:47 npm ERR! code ELIFECYCLE npm ERR! errno 1`

我还尝试了发布的1.0.15版本,其中有docs脚本,但是也会提示,并找不到错误原因

npm ERR! code ELIFECYCLE npm ERR! errno 1

心累

我也是,目前我通过vscode 去 debugger test脚本的

from syntax-parser.

mumiao avatar mumiao commented on June 9, 2024

@ascoders cc. 目前最新的分支构建问题挺多的

from syntax-parser.

kuiniela avatar kuiniela commented on June 9, 2024

当前pri这个脚手架也没有在devDependies里面,需要npx pri去下载,下载完成去执行start还会有问题

是的,执行npm run start时候,我碰到了这个问题 \node_modules.bin\pri:2 basedir=$(dirname "$(echo "$0" | sed -e 's,,/,g')") ^^^^^^^ SyntaxError: missing ) after argument list at Object.compileFunction (vm.js:344:18) at wrapSafe (internal/modules/cjs/loader.js:1106:15) at Module._compile (internal/modules/cjs/loader.js:1140:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1196:10) at Module.load (internal/modules/cjs/loader.js:1040:32) at Function.Module._load (internal/modules/cjs/loader.js:929:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) at internal/main/run_main_module.js:17:47 npm ERR! code ELIFECYCLE npm ERR! errno 1
我还尝试了发布的1.0.15版本,其中有docs脚本,但是也会提示,并找不到错误原因
npm ERR! code ELIFECYCLE npm ERR! errno 1
心累

我也是,目前我通过vscode 去 debugger test脚本的

听说是windows的shell不支持这种路径读取,我换了linux跑通了,但碰到虚拟机起了一个localhost:8000,但是win无法通过虚拟机IP:8000方式访问的问题,博客提到可能是需要指定localhost为虚拟机ip,但是pri作为作者的另一个项目,无法指定host,也无法指定webpack配置

from syntax-parser.

kuiniela avatar kuiniela commented on June 9, 2024

https://www.cnblogs.com/dontes/p/9230196.html

from syntax-parser.

kuiniela avatar kuiniela commented on June 9, 2024

demo之类的文件夹不删除跳unexpected files错误,删了吧轮到basic.tsx和monaco-editor.tsx说找不到demo,真是好家伙

from syntax-parser.

mumiao avatar mumiao commented on June 9, 2024

当前pri这个脚手架也没有在devDependies里面,需要npx pri去下载,下载完成去执行start还会有问题

是的,执行npm run start时候,我碰到了这个问题 \node_modules.bin\pri:2 basedir=$(dirname "$(echo "$0" | sed -e 's,,/,g')") ^^^^^^^ SyntaxError: missing ) after argument list at Object.compileFunction (vm.js:344:18) at wrapSafe (internal/modules/cjs/loader.js:1106:15) at Module._compile (internal/modules/cjs/loader.js:1140:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1196:10) at Module.load (internal/modules/cjs/loader.js:1040:32) at Function.Module._load (internal/modules/cjs/loader.js:929:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) at internal/main/run_main_module.js:17:47 npm ERR! code ELIFECYCLE npm ERR! errno 1
我还尝试了发布的1.0.15版本,其中有docs脚本,但是也会提示,并找不到错误原因
npm ERR! code ELIFECYCLE npm ERR! errno 1
心累

我也是,目前我通过vscode 去 debugger test脚本的

听说是windows的shell不支持这种路径读取,我换了linux跑通了,但碰到虚拟机起了一个localhost:8000,但是win无法通过虚拟机IP:8000方式访问的问题,博客提到可能是需要指定localhost为虚拟机ip,但是pri作为作者的另一个项目,无法指定host,也无法指定webpack配置

我是用linux的,还是报这个错

from syntax-parser.

Mrsure0324 avatar Mrsure0324 commented on June 9, 2024

当前pri这个脚手架也没有在devDependies里面,需要npx pri去下载,下载完成去执行start还会有问题

是的,执行npm run start时候,我碰到了这个问题 \node_modules.bin\pri:2 basedir=$(dirname "$(echo "$0" | sed -e 's,,/,g')") ^^^^^^^ SyntaxError: missing ) after argument list at Object.compileFunction (vm.js:344:18) at wrapSafe (internal/modules/cjs/loader.js:1106:15) at Module._compile (internal/modules/cjs/loader.js:1140:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1196:10) at Module.load (internal/modules/cjs/loader.js:1040:32) at Function.Module._load (internal/modules/cjs/loader.js:929:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12) at internal/main/run_main_module.js:17:47 npm ERR! code ELIFECYCLE npm ERR! errno 1
我还尝试了发布的1.0.15版本,其中有docs脚本,但是也会提示,并找不到错误原因
npm ERR! code ELIFECYCLE npm ERR! errno 1
心累

我也是,目前我通过vscode 去 debugger test脚本的

听说是windows的shell不支持这种路径读取,我换了linux跑通了,但碰到虚拟机起了一个localhost:8000,但是win无法通过虚拟机IP:8000方式访问的问题,博客提到可能是需要指定localhost为虚拟机ip,但是pri作为作者的另一个项目,无法指定host,也无法指定webpack配置

我是用linux的,还是报这个错

请问这个看您关闭了,是解决了么,我也遇到这个错误

from syntax-parser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.