rixo / svench

A lightweight workbench to develop your Svelte components in isolation

Home Page:svench-docs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is a problem with cli.js in routix

Wolfr opened this issue · comments

commented

If I run npm install on the latest version 0.04 I get this output.

npm WARN @rollup/plugin-commonjs@11.0.2 requires a peer of rollup@^1.20.0 but none is installed. You must install peer dependencies yourself.
npm WARN eslint-import-resolver-webpack@0.11.1 requires a peer of webpack@>=1.11.0 but none is installed. You must install peer dependencies yourself.
npm WARN rollup-plugin-hot@0.0.9 requires a peer of rollup@^1.24.0 but none is installed. You must install peer dependencies yourself.
npm WARN svench@0.0.4 No repository field.

npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /Users/johanronsse/Sites/svench/node_modules/routix/cli.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/Users/johanronsse/Sites/svench/node_modules/routix/cli.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/johanronsse/.npm/_logs/2020-05-01T08_18_54_593Z-debug.log
johanronsse@Johans-iMac svench % npm i    
rollup v2.7.6
``

I got a similar issue trying to install svench from fresh into an existing project of mine:

npm install -D svench                                                                08:58:49 
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /home/ant/Projects/beyonk-shared/node_modules/routix/cli.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/home/ant/Projects/beyonk-shared/node_modules/routix/cli.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ant/.npm/_logs/2020-05-29T07_59_43_722Z-debug.log
commented

Ugh I thought this one was fixed now.

@antony Do you still get it with yarn add -D svench@next?