napajs
napajs copied to clipboard
There's no ./lib/index.js.
I downloaded all repo and rebuilt.
When I plan to require('napajs'), I found there's no index.js in root folder or lib folder.
How can I user 'napajs' in local ?
by default npm install calls tsc to compile .ts files into .js file. npm run rebuild also does the same thing.
If you run the command and file lib/index.js still didn't present, there should be error occurred. If it is this case, could you please paste the error message?
@fs-eire Great thanks. It worked by following your instruction.