-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
After running $ npm install:
$ npm run build
> [email protected] build
> node buildpackage.js
# Cleaning bin. Running shelljs rm -rf ./bin
# Compiling TypeScript. Executing `node_modules\.bin\tsc -p ./tsconfig.json`.
/bin/sh: node_modules.bintsc: command not found
ERROR: Failed to build TypeScript.
Obviously there is an issue with tsc - which is the first time I have experienced this on this computer that have been used for building typescript projects for the last many years. Something in this install process is weird - and documentation is non-existing?
Using tsc from the neighboring sdk extension works fine.
$ ../azure-devops-extension-sdk/node_modules/.bin/tsc -p ./tsconfig.json
akshaybheda
Metadata
Metadata
Assignees
Labels
No labels