pashminakazi commented on issue #873: URL: https://github.com/apache/royale-asjs/issues/873#issuecomment-651118460
I git clone new sdk 1) Compile royale-compiler 2) Compile royale-asjs 3) run npm init and npm install tiny-editor --save in royale-asjs 4) then compile my first library dbzLib 5) then replace mx:RichTextEditor with mx:TinyEditor in D:/DBIZCOMLIB/src/com/dbz/modules/Common/dbzProductProfileSpecsPopup.mxml 6) then run npm init and npm install tiny-editor --save in DBIZCOMLIB 7) compile DBIZCOMLIB 8) then run npm init and npm install tiny-editor --save in D:\DBIZSOL\Main\Royale After doing this all when i compile my Royale app this error occurs :  ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
