plnkr / feedback

Feedback on Plunker
19 stars 11 forks source link

JS/HTML/CSS project cannot add any package #547

Open ewwink opened 3 years ago

ewwink commented 3 years ago

Describe the bug I cannot add any package for example jQuery to JS/HTML/CSS project

To Reproduce Steps to reproduce the behavior:

  1. select insert project icon
  2. search jQuery (or any)
  3. select the files then click import
  4. package.json created but the script tag not added to the html file

Errors / logs in developer tools

https://cdn.plnkr.co/build/v1.0.0-368-gd9c049a/7343f19b3bb3f4ad3cea.js
Uncaught (in promise) TypeError: a is not a function
    at r (7343f19b3bb3f4ad3cea.js:1)
    at t.<anonymous> (7343f19b3bb3f4ad3cea.js:1)
    at c (545b360bc0082009993c.js:32)
    at Generator._invoke (545b360bc0082009993c.js:32)
    at Generator.forEach.e.<computed> [as next] (545b360bc0082009993c.js:32)
    at E (7343f19b3bb3f4ad3cea.js:1)
    at i (7343f19b3bb3f4ad3cea.js:1)

Expected behavior script tag added to the html file

Desktop (please complete the following information):