create-typescript-library
create-typescript-library copied to clipboard
Using project on Windows
Hi,
By using your library on Windows I have few suggestions:
- At start it is good to just drop all devDependencies and reinstall libraries – with that you get new versions available at the time of starting a new project (TS library)
- On Windows there is no
rm
command sonpm run clean
does not work. On the other hand there is nord
command on Linux, so it is best to install rimraf as devDependency and userimraf dist
as clean command - By running
npm run test
there was a problem withtsc.test.ts
, by not finding ‘fs’ and other modules. I had to install node types bynpm i @types/node
That was my 5 cents 😊. Anyhow thanks for your library.
Matjaz
Not work for me
yarn exec v1.22.4 error Couldn't find the binary create-typescript-library